About HTML source searches

Use the HTML Source option in the Find or Replace dialog box to search for specific text strings in the HTML source code. For example, a search for black dog in the following code would produce two matches (in the ALT attribute and in the first sentence):

<IMG SRC="barnaby.gif" WIDTH="100" HEIGHT="100"
ALT="Barnaby, a black dog."><BR>We saw several black dogs in the park yesterday. The black 
<A HREF="barnaby.html">dog</A> we liked best was called Barnaby.

The phrase black dog also appears in the second sentence, but it does not match because it is interrupted by a link.

See Searching and replacing for step-by-step instructions on initiating a search.